.public_bottom{
	width: 100%;
	background: #086CC4;
	padding-top: 20px;
}
.bottom_cnt{
	padding: 20px;
	width: 60%;
}
.bottom_cnt_title{
	font-size: 18px;
	color: white;
	margin-bottom: 15px;
}
.bottom_cnt_ul{
	width: 100%;
}
.bottom_cnt_li{
	width: 25%;
}
.bottom_cnt_li_title{
	font-size: 16px;
	color: white;
	margin-bottom: 40px;
}
.bottom_cnt_li_p{
	margin-bottom: 10px;
	font-size: 14px;
}
.bottom_cnt_li_p a{
	color: white;
}
.bottom_cnt_li_p:hover a{ 
	text-decoration: underline;
	color: #ED1F1F;
}
.bottom_cnt_li_p_span1,.bottom_cnt_li_p_span2{
	font-size: 14px;
	color: white;
	display: block;
}
.bottom_cnt_li_p_span1{
	width: 40px;
}
.bottom_cnt_li_p_span2{
	width: calc(100% - 40px);
}
.bottom_wx img{
	width: 120px;
	margin-top: 30px;
	float: right;
}
.public_bottom_coperight{
	text-align: center;
	font-size: 14px;
	color: white;
	padding: 10px 0 30px;
}
.public_bottom_coperight span{
	margin: 0 5px;
}
.public_bottom_coperight a{
	color: white;
}
.public_bottom_coperight a:hover{
	color: red;
}
